#!/bin/sh

# Calculate the current selection as a formula.
# This is the sample of 'NOTOUCH' function.

read data <${TMPFILE}
let ans=data
echo "$data = $ans" >${TMPFILE}.tmp
/system/Tracker ${TMPFILE}.tmp

echo 'FUNC=NOTOUCH' > ${TMPSETTING}

